home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / macgzip_022-src / revision.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-26  |  477 b   |  17 lines  |  [TEXT/KAHL]

  1. /* revision.h -- define the version number
  2.  * Copyright (C) 1992-1993 Jean-loup Gailly.
  3.  * This is free software; you can redistribute it and/or modify it under the
  4.  * terms of the GNU General Public License, see the file COPYING.
  5.  */
  6.  
  7. #define VERSION "1.2.4"
  8. #define PATCHLEVEL 0
  9. #define REVDATE "18 Aug 93"
  10.  
  11. /* This version does not support compression into old compress format: */
  12. #ifdef LZW
  13. #  undef LZW
  14. #endif
  15.  
  16. /* $Id: revision.h,v 0.25 1993/06/24 08:29:52 jloup Exp $ */
  17.